* doc/emacs/display.texi (Display Custom): Briefly introduce which-key.
* doc/emacs/help.texi (Key Help): Briefly mention which-key.
default), the multi-character key sequence echo shown according to
@code{echo-keystrokes} will include a short help text about keys which
will invoke @code{describe-prefix-bindings} (@pxref{Misc Help}) to show
-the list of commands for the prefix you already typed.
+the list of commands for the prefix you already typed. For a related
+help facility, see @ref{which-key}.
@cindex mouse pointer
@cindex hourglass pointer display
@code{widget-describe} commands, that should be run with point over
the button.
+@anchor which-key
+@kbd{M-x which-key} is a global minor mode which helps in discovering
+ keymaps. It displays keybindings following your currently entered
+ incomplete command (prefix), in a popup.
+
@node Name Help
@section Help by Command or Variable Name